home *** CD-ROM | disk | FTP | other *** search
-
-
-
- - 1 -
-
-
-
- 7.3 C++ Release Notes
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - 2 -
-
-
-
- 2. _I_n_s_t_a_l_l_a_t_i_o_n__I_n_f_o_r_m_a_t_i_o_n
-
- This chapter provides supplemental information to the
- _I_R_I_S(_R) _S_o_f_t_w_a_r_e _I_n_s_t_a_l_l_a_t_i_o_n _G_u_i_d_e. The information in
- this chapter is specific to the C++ compiler; use it with
- the installation guide to install this product.
-
- If you are installing this option for the first time, to
- install the subsystems marked default, use the go menu item.
- To install a different set of subsystems, use the following
- commands in inst to customize the list of subsystems to be
- installed:
-
- +o install
-
- +o remove
-
- +o keep
-
- +o step
-
- Then select the go menu item.
-
- The C++ product requires the installation of the products
- described in the following sections. The MIPSpro 7.3
- Compiler Execution Environment for IRIX 6.5._x CD (also known
- as the Compiler EOE CD) and the IDF CDs must be installed
- first. For more detailed information, please refer to the
- IRIX Development Foundation (IDF) Release Notes.
-
-
-
- 2.1 _M_I_P_S_p_r_o _7._3 _C_o_m_p_i_l_e_r _E_x_e_c_u_t_i_o_n _E_n_v_i_r_o_n_m_e_n_t _f_o_r _I_R_I_X
- _6._5._x _C_D
-
- The C++ product requires that you install the Compiler EOE
- CD for IRIX 6.5 systems. This CD contains the following
- subsystems required by the C++ compiler:
-
- c++_eoe
- compiler_eoe
-
- The following section lists and describes the components of
- the c++_eoe subsystem and the patches that are included
- with it. For a description of the compiler_eoe subsystem,
- see the 7.3 Base Compiler Execution Environment Release
- Notes (accessed as the compiler_eoe release notes).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - 3 -
-
-
-
- 2.1.1 _c++__e_o_e _S_u_b_s_y_s_t_e_m _f_o_r _I_R_I_X _6._5
- The C++ Compiler EOE software (c++_eoe) components must be
- installed before the c++_fe components. The c++_eoe
- software includes the following subsystem components:
-
- c++_eoe.man.relnotes Standard C++ execution release
- notes (Default)
-
- c++_eoe.sw.lib Standard C++ execution libraries
- (Default)
-
- c++_eoe.sw32.lib Standard C++ execution libraries
- (N32) (Default) (IRIX 6.2 only)
-
- c++_eoe.sw64.lib Standard C++ execution libraries
- (64-bit)
-
-
-
- 2.2 _I_D_F__1_._2__C_D_s__f_o_r__I_R_I_X__6_._2_,__6_._3_,__a_n_d__6_._4__S_y_s_t_e_m_s
-
- The C++ product requires that you install the IRIX
- Development Foundation (IDF) CDs for IRIX 6.2, 6.3, and 6.4
- systems. Each of these CDs contains the following
- subsystems required by the C++ compiler:
-
- c++_dev
- c++_eoe
- compiler_eoe
- compiler_dev
-
- The following patch should also be installed for the c++_eoe
- subsystem on the IDF CD for IRIX 6.2, 6.3, and 6.4:
-
- patchSG0002813
-
- This patch provides an update to run-time libraries.
-
- The c++_eoe subsystem for IRIX 6.2, 6.3, and 6.4 systems
- includes the same components as those of the IRIX 6.5
- systems (previously described).
-
- The compiler_eoe subsystem contains the run-time libraries
- and programs that must be installed. For a description of
- the components, see the 7.3 Base Compiler Execution
- Environment Release Notes (accessed as the compiler_eoe
- release notes).
-
- The compiler_dev subsystem contains the utilities, header
- files, and libraries common to several languages. For a
- description of the components, see the 7.3 Base Development
-
-
-
-
-
-
-
-
-
-
-
- - 4 -
-
-
-
- Release Notes (accessed as the compiler_dev release notes).
-
- The c++_dev subsystem must be installed before the c++_fe
- subsystem. c++_dev is described in the following section.
-
-
-
- 2.2.1 _c++__d_e_v _f_o_r _I_R_I_X _6._2, _6._3, _a_n_d _6._4 _S_y_s_t_e_m_s
- The C++ compiler development subsystem includes the
- following components:
-
- c++_dev.sw.c++ C++ compiler and associated
- tools
-
- c++_dev.sw.lib C++ demangling and complex
- 32-bit libraries
-
- c++_dev.sw.librw Rogue Wave(TM) Tools.h++(TM)
- 32-bit library
-
- c++_dev.sw64.lib C++ 64-bit demangling and
- complex libraries
-
- c++_dev.sw64.librw Rogue Wave Tools.h++ 64-bit
- library
-
- c++_dev.hdr.lib Standard C++ header files
-
- c++_dev.hdr.librw Rogue Wave Tools.h++ library
- header files
-
- c++_dev.man.c++ Man pages for C++ and the
- standard C++ header files
-
- c++_dev.man.librw Man pages for the Rogue Wave
- Tools.h++ library
-
- c++_dev.man.relnotes These release notes
-
- c++_dev.books.c++_PG _C++ _L_a_n_g_u_a_g_e _S_y_s_t_e_m
- _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e
-
- c++_dev.books.STL_PG _S_t_a_n_d_a_r_d _T_e_m_p_l_a_t_e _L_i_b_r_a_r_y
- _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e
-
- c++_dev.books.Tlshh_RG _T_o_o_l_s._h++ _C_l_a_s_s _R_e_f_e_r_e_n_c_e
-
- c++_dev.books.Tlshh_UG _T_o_o_l_s._h++ _U_s_e_r'_s _G_u_i_d_e
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - 5 -
-
-
-
- 2.3 _I_D_F__1_._2__C_D__f_o_r__I_R_I_X__6_._5__S_y_s_t_e_m_s
-
- The C++ product requires that you install the IRIX
- Development Foundation (IDF) CD for IRIX 6.5 systems. This
- CD contains the following subsystems required by the C++
- compiler:
-
- compiler_dev
- c++_dev
-
- For descriptions of components of these subsystems, see the
- previous sections.
-
-
-
- 2.4 _M_I_P_S_p_r_o__C_+_+__C_o_m_p_i_l_e_r__7_._3__C_D
-
- The C++ product requires that you install the MIPSpro C++
- Compiler 7.3 CD. This CD contains the C++ front-end
- subsystem (c++_fe), which includes the following components:
-
- c++_fe.sw.c++ C++ compiler front ends (default)
-
- c++_fe.man.relnotes These release notes (default)
-
- c++_fe.man.c++ C++ front end compiler man pages
- (default)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-